Welcome![Sign In][Sign Up]
Location:
Search - VB HOOK

Search list

[Windows Develop57363463

Description: VB使用HOOK.dll禁止程序创建进程实例,有需要的下。-VB program to create processes using HOOK.dll prohibit instances are in need.
Platform: | Size: 14336 | Author: 什锦豆腐 | Hits:

[Windows DevelopKeyboardDiagnostic

Description: VB键盘击键诊断(键盘钩子)程序,有需要的就下载吧。-VB diagnosis keystrokes (keyboard hook) program, there is a need to download it.
Platform: | Size: 14336 | Author: 清蒸翅子 | Hits:

[Windows Develop847356363

Description: VB使用HOOK进行鼠标控制及获取坐标信息,有需要的下。-VB mouse control and coordinate information using the HOOK in need.
Platform: | Size: 9216 | Author: 什锦豆腐 | Hits:

[Windows DevelopBearHook

Description: VB代码的Hook全局键盘钩子,有需要的就下载吧。-VB code Hook global keyboard hook, there is a need to download it.
Platform: | Size: 6144 | Author: 什锦丁儿 | Hits:

[Windows Develop768557

Description: VB全局鼠标HOOK实现右键无效,有需要的就下载吧。-VB global mouse HOOK realize right is invalid, there is a need to download it.
Platform: | Size: 4096 | Author: 什锦丁儿 | Hits:

[Internet-Networkwww123

Description: vb写的一个例子,主要是HOOK网络函数,大家可以参考下哦,觉得不错-vb write an example, mainly HOOK network function, we can refer to, oh, I feel good
Platform: | Size: 29696 | Author: chenjifa | Hits:

[OS programhookApis

Description: 一个HOOK的经典例子,对于VB初学API和HOOK有很好的帮助-A classic example of HOOK, HOOK for VB beginner API and have a good help
Platform: | Size: 22528 | Author: 刘星宇 | Hits:

[GDI-BitmapWintab_Example

Description: 使用wintab开发的例子,VB开发环境,经过验证可以-Wintab32.dll Demo in VB6 ReadMe notes ******************************************************* ******************************************************* A few notes on this before you play with it: 1) You cannot debug through much of the code! The reason for this is that the routine performs a Windows message hook for the window messages that normally go to the window. So when the user moves the mouse over a window, Windows generates all the messages and sends them to the window to respond. (examples are "MouseEnterWindow, MouseMove, MouseLeaveWindow"). Note these are different from the VB events which are similarly named but operate within VB, they are instead the actual messages Windows OS uses to respond. This is how windows does all of its GUI. Since a hook has been placed in the code, those messages go to the callback routine and thus get intercepted in the application. In debug, all code execution halts in the VB app. But windows keeps sending the messages to the cal
Platform: | Size: 16384 | Author: 马小华 | Hits:

[OS programVB_HotKey_Configuration_Sample

Description: 一个VB写的全局键盘鼠标HOOK,希望帮到,有需要的人-Write a VB global keyboard and mouse HOOK, want to help, there are people in need...
Platform: | Size: 35840 | Author: zhuying | Hits:

[OS programhook2

Description: vb的键盘钩子 自己编写可对系统键盘进行监视,截获 windows信息-vb keyboard hook to write their own keyboard, monitor the system, windows intercepted information
Platform: | Size: 2048 | Author: 李时针 | Hits:

[Hook apiHookInfo

Description: VB函数指针的应用 hook DllFunctionCall的完整版本-The full version of VB function pointer of the application hook DllFunctionCall
Platform: | Size: 13312 | Author: 人人 | Hits:

[ADO-ODBCChapter20

Description: 关于HOOK编程以及钩子的实际利用,还有在VB与VC利用ADO访问数据库的技术-HOOK programming and actual use on the hook, as well as the use of technology in VB and VC ADO database access
Platform: | Size: 176128 | Author: 李某 | Hits:

[Windows DevelopVBHOOKwindow

Description: VBHOOK鼠标window拦截的源码,单击鼠标右键无效,记得要卸载HOOK。拦截系统,以前发过类似的HOOK有不少代码了,现在又多了一个可以参考的范例,希望对你研究VB有所帮助。-VBHOOK mouse window interception source, click the right mouse button is invalid, remember to uninstall HOOK. Interceptor system, previously made similar HOOK many code, and now the addition of a reference sample can, you want to study VB help.
Platform: | Size: 4096 | Author: bpudn24 | Hits:

[Windows Developfileqingli

Description: 自编自写的VB文档清理工具,重点读取文档的打印日期和最后编辑日期,网上代码基本都是要调用word或excel打开文档,才能读取摘要信息,感觉严重不妥,所以依托dsofile.dll重写了一个。DirectCOM.dll是自己用PowserBasic写的免注册调用Com的,原理就是Hook,自己实现CoCreateInstanceEx。   整个文件夹(包括文件夹本身) "E:\t\"   文件夹内所有文件 "E:\t\*"   多个文件 "E:\t\a.txt" & Chr(0) & "E:\t\b.txt"   想直接彻底删除文件可用 Kill 语句   想重命名文件可用 Name As 语句-Directed and written by VB documentation cleanup tool, focusing on the date of the document to read print and last edited date, basically to invoke the online code word or excel document is opened, in order to read the summary information, feel seriously wrong, so relying dsofile. dll rewrite one. DirectCOM.dll with PowserBasic write their own free registration call Com, the principle is the Hook, to achieve their own CoCreateInstanceEx. The entire folder (including the folder itself) " E: \ t \" folder all files " E: \ t \*" multiple file " E: \ t \ a.txt" & Chr (0) & " E : \ t \ b.txt " want to completely delete files directly available Kill statement want to rename files available Name As statement
Platform: | Size: 171008 | Author: wpudn12 | Hits:

[Hook apiimehook

Description: vb输入法注入源码,hook,适合大多数游戏-vb input into the source
Platform: | Size: 1397760 | Author: liushi | Hits:

[Windows Developlegenaux

Description: 折腾了好几天写的传奇脱机登录器,基于VB源码,仅适用于IP版游戏登陆,已实现游戏内基本功能,地图显示,角色数据接收等。再此说明一下,本代码只包含登陆框架,有兴趣的自己补充点挂机代码即可实现传奇游戏挂机功能,源码所用到的功能函数都已封装到GlobalModule模块-Another legend offline login for several days to write, based on the VB source code, applies only to the IP version of the game has been landing, the realization of the basic functions, the game map display, character data reception. In this note, the code contains only landing framework, interested to add their own hook code to realize the legendary game hook function, function source code used have been encapsulated into GlobalModule module
Platform: | Size: 123904 | Author: gpudn43 | Hits:

[Windows DevelopVB090311gouyuedraw

Description: 勾月画图程序(VB6.0源代码编写)可以打开一个*.bmp文件,也可以保存为另一个*.bmp文件,可以画出不同颜色和线条,可对画笔粗细进行设置,有滑块可改变画笔颜色。勾月画图有多个版本,VB.net和C#版,是由VisualStudio2008创建,需要有Framework3.5平台才能运行。此为VisualBasic6.0版本,需要VB6.0即可直接编译运行。-Hook month drawing program (VB6.0 source code is written) can open a*. Bmp files can also be saved to another*. Bmp files, you can draw lines in different colors and can be set on the pen thickness, there slider change the pen color. May have multiple versions of drawing hook, VB.net and C# version was created by VisualStudio2008, requires Framework3.5 platform to run. This is VisualBasic6.0 version requires VB6.0 can be directly compiled to run.
Platform: | Size: 93184 | Author: ipudn17 | Hits:

[Windows DevelopVB01jiaopianscroll

Description: VB源码实例,基于VB6.0的胶片滚动特效,图片滚动动画,滚动显示并实时显示,内附源代码,是VB6.0学习者很好帮助范例,程序作者:勾月,QQ 223857-VB source code examples, based on VB6.0 scroll film special effects, animation picture scroll, scroll display and real-time display, containing the source code, is a good help learners VB6.0 example, Author: hook month, QQ 223857666
Platform: | Size: 184320 | Author: ipudn22 | Hits:

[Windows Developkeyboardrecord

Description: VB键盘幽灵源码-记录键盘轨迹,键盘记录器,记录键盘按下了哪些键,是大小或是小写,先后顺序等,可设置开机自动运行,实现出现运行设置窗体,可将记录存储为文件,代码中用到了HOOK、钩子相关编程技巧。在VB6.0下你可以直接编译源文件。-VB keyboard ghost source- record keyboard tracks, keyloggers, record keyboard which key is pressed, size or lowercase, the sequence, can be set to start automatically, realize the operation set form, the record is stored as a file, code used in the HOOK, hook programming skills. In VB6.0 you can compile the source file.
Platform: | Size: 7168 | Author: gpudn57 | Hits:

[Process-Threadtask

Description: vb编写的加强版任务管理器,与上一个版本相比,用了更底层的API代替openprocess来获取句柄,并且使用dll进行hook openprocess,在xp/win7下不被任务管理器杀死,增加了判断进程在应用层是否拒绝访问的功能,并且对界面进行了优化,仿win8的界面(虽然有点不像),将按钮改为弹出式菜单。-vb prepared an enhanced version of Task Manager, compared with the previous version, with a lower level API instead openprocess to get a handle, and make use dll hook openprocess, not to be killed by the task manager in xp/win7, increasing the determine whether the process denied access at the application layer functionality and interface optimized for imitation win8 interface (though a bit like), the button to pop-up menu.
Platform: | Size: 40960 | Author: ricky | Hits:
« 1 2 ... 7 8 9 10 11 1213 »

CodeBus www.codebus.net